Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add model-specific information to TCX output #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dlenski
Copy link
Contributor

@dlenski dlenski commented Dec 1, 2020

Bit of code I've had sitting around forever, to include information on the particular model of watch in the converted TCX output.

case 0x03ec: model="Multi-Sport Cardio"; break;
case 0x07d8: model="Runner 2 Cardio"; break; // https://github.com/ryanbinns/ttwatch/issues/92
// Firmware for 0x07d[1-7] exists at http://download-test.tomtom.com/sweet/fitness/Firmware/Dx070000/FirmwareVersionConfigV2.xml
default: snprintf(model_buf, sizeof(model_buf), 'Unknown (0x%04x)'); break;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Grimler91, I know you've done a lot of work with the v2/v3 models. Do you have any other product IDs you could fill in here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant